const github.com/andybalholm/brotli.stateCommandPostWrapCopy

4 uses

	github.com/andybalholm/brotli (current package)
		decode.go#L1647: 	} else if s.state == stateCommandPostWrapCopy {
		decode.go#L2422: 		case stateCommandBegin, stateCommandInner, stateCommandPostDecodeLiterals, stateCommandPostWrapCopy:
		decode.go#L2449: 				s.state = stateCommandPostWrapCopy /* BROTLI_STATE_COMMAND_INNER_WRITE */
		state.go#L23: 	stateCommandPostWrapCopy